Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Weekdays Class / Weekdays Constructor / Weekdays Constructor(DayOfWeekHolidayPolicy[])
A DayOfWeekHolidayPolicy array that specifies the policy for the entire week.


In This Topic
    Weekdays Constructor(DayOfWeekHolidayPolicy[])
    In This Topic
    Initializes a new instance of the Weekdays class using day specified weekday policies.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal daysOfWeek() As DayOfWeekHolidayPolicy _
    )
    'Usage
     
    
    Dim daysOfWeek() As DayOfWeekHolidayPolicy
     
    Dim instance As New Weekdays(daysOfWeek)
    public Weekdays( 
       DayOfWeekHolidayPolicy[] daysOfWeek
    )

    Parameters

    daysOfWeek
    A DayOfWeekHolidayPolicy array that specifies the policy for the entire week.
    See Also